jungo-logo.jpg
How do I achieve optimal performance with my new driver?

 

Jungo's Driver Suite enables you to create drivers that achieve optimal performance whether you are using WinDriver or KernelDriver.

 

What is WinDriver?
WinDriver provides you with a quick way to access your hardware from within your Win32 application, without the DDK, and without programming in the Kernel Mode.

Can I achieve kernel mode performance with WinDriver?
YES. Check out the WinDriver performance page to learn how.

 

What is KernelDriver?
KernelDriver is a C++ wrapper to the NT and Windows 2000 DDK, which speeds up your driver development. Use KernelDriver to create a full kernel mode device driver.

Can I achieve kernel mode performance with KernelDriver?

YES. With KernelDriver you create a kernel mode device driver which resides in the kernel mode, and is just as fast as a native device driver you write using only the DDK.